1bashThis demonstrates using brace expansion to generate a list of .csv and .tsv files in the current directory.{*.csv *.tsv}bash internaldata manipulationsstring manipulation and expansionsbrace expansionfile type matching